projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d86b9
)
* lisp/time.el (display-time-world): Make obsolete.
author
Stefan Kangas
<stefan@marxist.se>
Sun, 13 Sep 2020 13:09:20 +0000
(15:09 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 13 Sep 2020 13:09:20 +0000
(15:09 +0200)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index 534f12834298c997b110896421ff56e2ccd34013..e2fab4a141ab79ca5de0ad98c53539b42790771b 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-551,9
+551,9
@@
See `world-clock'."
(delete-char -1))
(goto-char (point-min)))
-;; Old name -- preserved for backwards compatibility.
;;;###autoload
-(defalias 'display-time-world #'world-clock)
+(define-obsolete-function-alias 'display-time-world
+ #'world-clock "28.1")
;;;###autoload
(defun world-clock ()